const strconv.maxUint64 4 uses strconv (current package) atoi.go#L57: const maxUint64 = 1<<64 - 1 atoi.go#L111: cutoff = maxUint64/10 + 1 atoi.go#L113: cutoff = maxUint64/16 + 1 atoi.go#L115: cutoff = maxUint64/uint64(base) + 1
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)